home *** CD-ROM | disk | FTP | other *** search
/ Diccionario Escolar / Diccionario Escolar.iso / Data.Cab / F2451_bdeadmin.exe.E966F0CB_76B3_11D3_945B_00C04FB1760A / RCDATA / TSAVEASFORM / TSAVEASFORM.txt
Text File  |  2001-05-11  |  1KB  |  63 lines

  1. object SaveAsForm: TSaveAsForm
  2.   Left = 374
  3.   Top = 103
  4.   HelpContext = 2040
  5.   ActiveControl = SaveName
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   Caption = 'Save %s as'
  9.   ClientHeight = 103
  10.   ClientWidth = 250
  11.   ParentFont = True
  12.   HelpFile = 'dbexplr3.hlp'
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object HelpBtn: TButton
  19.     Left = 168
  20.     Top = 72
  21.     Width = 75
  22.     Height = 25
  23.     Caption = '&Help'
  24.     TabOrder = 0
  25.     OnClick = HelpBtnClick
  26.   end
  27.   object OKBtn: TButton
  28.     Left = 8
  29.     Top = 72
  30.     Width = 75
  31.     Height = 25
  32.     Caption = 'OK'
  33.     Default = True
  34.     TabOrder = 1
  35.     OnClick = OKBtnClick
  36.   end
  37.   object CancelBtn: TButton
  38.     Left = 88
  39.     Top = 72
  40.     Width = 75
  41.     Height = 25
  42.     Cancel = True
  43.     Caption = 'Cancel'
  44.     ModalResult = 2
  45.     TabOrder = 2
  46.   end
  47.   object NameBox: TGroupBox
  48.     Left = 8
  49.     Top = 8
  50.     Width = 233
  51.     Height = 57
  52.     Caption = 'New Name'
  53.     TabOrder = 3
  54.     object SaveName: TEdit
  55.       Left = 16
  56.       Top = 21
  57.       Width = 201
  58.       Height = 21
  59.       TabOrder = 0
  60.     end
  61.   end
  62. end
  63.